home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
research
/
idldemo.sh
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-07-24
|
246b
|
13 lines
#!/bin/sh
# This script is used to start the IDL Demo
UDIR=$HOTMIXDIR/research/
IDL_DIR=$UDIR
IDL_PATH=+$UDIR/lib:+$UDIR/examples
IDL_DEVICE=X
export IDL_DIR IDL_PATH
# Run the IDL Demo embedded
$IDL_DIR/bin/idl -em=$IDL_DIR/lib/hook/demo.sav